home *** CD-ROM | disk | FTP | other *** search
/ Ultra Pack / UltraComputing Technology Demos and Tools.iso / solidifier / Models / racer.mdl < prev    next >
Encoding:
Text File  |  1995-07-28  |  1.1 KB  |  50 lines

  1. !
  2. ! Created by LAVA 1.0
  3. !
  4. load_object "../Objects/porsche_911sc.obj"
  5.  
  6. obj_colors.part_color "redlgt" = 1 0 0
  7. obj_colors.part_color "body" = 1 0 0
  8. obj_colors.part_color "amberlgt" = 0.9 0.3 0
  9. obj_colors.part_color "windows" = 0.1 0.1 0.1
  10. obj_colors.part_color "windshield" = 1 1 1
  11. obj_colors.part_color "tires" = 0 0 0
  12. obj_colors.part_color "rims" = 0.5 0.5 0.5
  13. front_surf.illum "windshield" = interp_color
  14.  
  15. lighting.switch[0] = on
  16. lighting.type[0] = ambient
  17. lighting.color[0] = 1 1 1
  18.  
  19. lighting.switch[1] = on
  20. lighting.type[1] = directional
  21. lighting.color[1] = 1 0.8 0.8
  22. lighting.direction[1] = 0.428571 -0.857143 -0.285714
  23.  
  24. lighting.switch[2] = on
  25. lighting.type[2] = directional
  26. lighting.color[2] = 0.8 0.8 1
  27. lighting.direction[2] = -0.801784 -0.267261 -0.534522
  28.  
  29. draw
  30.  
  31. position.local_matrix =
  32.     1 0 0 0
  33.     0 1 0 0
  34.     0 0 1 0
  35.     0 0 0 1
  36. position.global_matrix =
  37.     -0.0323968 -0.029318 -0.999045 0
  38.     0.0106137 0.999503 -0.0296756 0
  39.     0.999419 -0.011565 -0.0320695 0
  40.     0 0 0 1
  41. position.view_matrix =
  42.     0.928 0 0 0
  43.     0 1 0 0
  44.     0 0 0.2 -0.25
  45.     0 0 0 1
  46.  
  47. part.deselect_all
  48. part.select "windshield"
  49.  
  50.